home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 4,401 to 4,500 / aol-file-protocol-4400-4401-to-4500.zip / AOLDLs / PDA-Newton Development / ND SciCalc (source) / Calcsource.sit / Calc source / readme < prev    next >
Text File  |  1993-08-22  |  5KB  |  72 lines

  1. About SciCalc - the first scientific calculator for the Apple Newton¬
  2. Version 1.0b3
  3.  
  4. SciCalc is a simple implementation of a standard (i.e. NOT Reverse Polish or 'RPN') scientific calculator for the Apple Newton MessagePad and similar PDAs.  If you do find problems, please let me know so that I can rectify them in the next release.
  5.  
  6. To load it into a Newton MessagePad, you must have a Mac (on which you should be reading this!) and a Connection Kit.  Simply connect your Mac to your Newton, and install the Calc103.pkg file as a Newton application, down the connection to your Newton.
  7.  
  8. New features:
  9. I have now implemented my own error handling routines.  Although these do not always give ideal messages, and very occasionally appear to result in a recurrent error (which may require a reset to stop - if this happens to you, please mail me!), they are much better than the previous ones.
  10. The calculator now has its own icon in the Extras drawer.
  11.  
  12. Bug fixes previous versions:
  13. In the first posted version, an error (-8007) occurred when dealing with numbers using the thousands separator (e.g. ',').  This has now been fixed and thousands, millions, etc., should now work fine throughout.  I also hope that this is independent of the number format being used (i.e. what the thousands separator is).
  14. However, I have now managed to force the readout to generate the occasional 'scientific' format number (e.g. 7.306e3) - if you end up with this, when you try to anything with it (like pressing the = key) you will get an error.
  15.  
  16. Current features:
  17. All floating point numeric calculations normally found on a basic 'scientific' calculator, including a wide range of trig and exp/log functions.
  18. A single number display, edited by button use only.
  19. Two standard financial functions.
  20. Two user-accessible memorys, which include summation functions.
  21. Constants Pi and e available from keys.
  22. Conversion to and from radians and degrees.
  23. Informative error handling
  24.  
  25. Planned features:
  26. Hexadecimal math (possibly even with hexadecimal point!).
  27. Copying of result to other Newton apps.
  28.  
  29. Note that currently the hex keys (A-F, and the radio button to switch between hex and dec) are non-functional.
  30.  
  31. All routines used are standard built-in Newton math routines, except for the degree to radian conversions, which are simple arithmetic ones.
  32.  
  33. Note on key naming:
  34. x^y is 'x to the power of y'
  35. sqt is 'square root'
  36. exp is 'e to the power of'
  37. ln is 'log to the base e'
  38. log is 'log to the base 10'
  39. d>r is convert degrees to radians
  40. r>d is convert radians to degrees *** note that all trig is performed in radians***
  41. sin, cos, tan are as they say
  42. asin, aco, ata are arcsine, arccosine and arctangent
  43. sinh, csh, tnh are hyperbolic sine, cosine and tangent
  44. asih, ach, ath are hyperbolic arcsine, arccosine, and arctangent
  45. erf is the error function
  46. erc is the errorc function
  47. ga is the gamma function
  48. annuity calculates the present value factor of an annuity at a given interest rate over the specified periods, the interest rate being per period.  The first number entered is the rate, the second the periods.  Enter as <rate><annuity><periods><=>.
  49. compound calculates the compounded interest factor over the specified number of periods.  The first number entered is the rate, the second the periods, as per annuity.
  50.  
  51. The keys to the right of, and below, 'M1,2' are the memory access keys - the left column for M1, the right for M2.  In each case, the keys mean:
  52. -> saves current display to memory
  53. + adds current display to memory and stores result in memory
  54. <- replaces current display by memory
  55. C clears memory contents to 0
  56.  
  57. Pi produces the value of Pi (3.14159....)
  58. e produces the value of e (2.71828....)
  59.  
  60. clear all clears everything except for the two memories
  61. CE clears only the rightmost character in the display (works on all display entries!)
  62. +/- negates the sign of the display, i.e. + becomes - and vice versa.
  63.  
  64. This calculator is freely distributable, and must not be sold.  However, it remains Copyright ⌐ 1993 EHN & DIJ Oakley, all other rights reserved.  It was developed using the Newton Toolkit, which is Copyright ⌐ 1992-1993 Apple Computer, Inc., all rights reserved.  Apple Computer, Inc., accepts no liability or responsibility whatsoever for this product, and so on.  As this is supplied free, EHN & DIJ Oakley accept no responsibility or liability for the product or what it might do to your Newton, nor for any inaccuracy of any results therefrom.  You use it entirely at your own risk!  Newton and most other trade names mentioned above are registered trademarks of Apple Computer, Inc.
  65.  
  66. I hope this fills a gap until Dubl-Click's excellent GoFigure¬ calculators become available, and commend that to you as a worthwhile future purchase.
  67.  
  68. Howard Oakley, EHN & DIJ Oakley.
  69. CompuServe 70734,120; AppleLink UK0392; Internet Howard@quercus.demon.co.uk;
  70. Fax +44 983 853253.
  71. More fine software from the Isle of Wight, UK!
  72.